home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2072_poly < prev    next >
Encoding:
Text File  |  1987-07-08  |  366 b   |  6 lines

  1. poly ( x, coeff )
  2. polynomial evaluation
  3.  
  4. x—number block containing the values of x where the polynomial will be evaluated; coeff—number block containing the coefficients of the polynomial, has one more row than the degree of the polynomial.
  5.  
  6. poly creates a block containing the values of the polynomial for the corresponding values of x which is the same size as x.